DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing.Search Namespace / IndexedGroup<T> Class
Properties Methods


In This Topic
    IndexedGroup<T> Class Members
    In This Topic

    The following tables list the members exposed by IndexedGroup<T>.

    Public Properties
     NameDescription
    Public PropertyThe collection of subindexes for this IndexQuery<T>. (Inherited from C1.LiveLinq.Indexing.Search.IndexQuery<T>)
    Public PropertyGets the key of the IndexedGroup<T>.  
    Public PropertyGets the type of the key of the IndexedGroup<T>.  
    Top
    Public Methods
     NameDescription
    Public MethodReturns an enumerator that iterates through the IndexQuery<T>. (Inherited from C1.LiveLinq.Indexing.Search.IndexQuery<T>)
    Public MethodGroups the collection of search results by its search key. (Inherited from C1.LiveLinq.Indexing.Search.IndexQuery<T>)
    Public MethodOverloaded. Used to apply subindex search to the result of a search operation. (Inherited from C1.LiveLinq.Indexing.Search.IndexQuery<T>)
    Top
    See Also